Skip to main content

Frontend Web Application

Serves as a dashboard for users to configure their preferred settings, ranging from verification levels to adding phone numbers to whitelist/blacklist.

Environment Variables

NameDescription
NEXT_PUBLIC_FIREBASE_MEASUREMENT_IDFirebase measurement ID
NEXT_PUBLIC_FIREBASE_APP_IDFirebase application ID
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_IDFirebase messaging sender ID
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKETFirebase storage bucket URL
NEXT_PUBLIC_FIREBASE_PROJECT_IDFirebase project ID
NEXT_PUBLIC_FIREBASE_AUTH_DOMAINFirebase auth domain URL
NEXT_PUBLIC_FIREBASE_API_KEYFirebase API key
NEXT_PUBLIC_GOOGLE_CLIENT_IDGoogle OAuth client ID to sync contacts
NEXT_PUBLIC_NOTIFICATION_URLURL to establish websockets for receiving new notifications

Local Deployment

git clone https://github.com/phomies/robocaptcha-frontend.git

yarn install
yarn dev

Vercel Deployment

Deploy with Vercel